Skip to content

Conversation

@dpretty
Copy link

@dpretty dpretty commented Aug 31, 2018

As of python 3.6 unrecognised escape sequences (in this case, the '.' ) raise a DeprecationWarning.

This is fixed by replacing them with raw strings.

As of python 3.6 unrecognised escape sequences (in this case, the '\.' ) raise a DeprecationWarning.

This is fixed by replacing them with raw strings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants